PDF4Java Reference Documentation
com.o2sol.pdf4java.content.batesnumbers Package / PDFBatesNumberAppearance Class / setPosition Method / setPosition(PDFPoint) Method
A com.o2sol.pdf4java.graphics.PDFPoint object specifying the position of the Bates number.
In This Topic
    setPosition(PDFPoint) Method
    In This Topic
    Sets the position of the Bates number.
    Syntax
    public void setPosition( 
       PDFPoint position
    )

    Parameters

    position
    A com.o2sol.pdf4java.graphics.PDFPoint object specifying the position of the Bates number.
    Exceptions
    ExceptionDescription
    When position parameter is null.
    See Also